home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / database / moviessh.zip / GET.BAT < prev    next >
DOS Batch File  |  1996-09-06  |  679b  |  16 lines

  1. echo off
  2. cls
  3. ECHO.
  4. ECHO YOU MUST BE IN THE PROGRAMS DIRECTORY ON YOUR HARD DRIVE TO USE THIS BATCH
  5. ECHO FILE COMMAND. IF YOU ARE NOT, YOU CAN PRESS THE CTRL AND THE C KEYS, AT THE
  6. ECHO SAME TIME, TO CANCEL ALL ACTIONS.  IF YOU ARE IN YOUR HARD DRIVE THEN:
  7. ECHO.
  8. echo Insert the disk in the A drive that contains the most updated listing
  9. echo of the movie records that have been entered into this program. When this
  10. echo done, continuing will copy those records from that floppy disk in the
  11. echo A drive, to your hard drive, replacing the records that were originally
  12. echo in the hard drives MOVIES directory.  If you are ready to do so, then:
  13. pause
  14. copy A:\*.REC
  15.  
  16.